home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
let_it_f.swf
/
scripts
/
DefineSprite_800
/
frame_1
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
205b
|
12 lines
this.onEnterFrame = function()
{
if(_root.water_is_flowing == true)
{
this.gotoAndStop(50);
}
else
{
this.gotoAndStop(Math.round(_root.amountpumped / 2) + 1);
}
};